home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000287_news@columbia.edu_Sat Jul 8 01:49:19 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA13232
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 9 Jul 1995 03:05:21 -0400
  3. Received: by apakabar.cc.columbia.edu id AA09141
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 9 Jul 1995 03:05:20 -0400
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!news.ultranet.com!news.sprintlink.net!howland.reston.ans.net!nntp.crl.com!pacbell.com!nntp-hub2.barrnet.net!news.Stanford.EDU!nntp!lobo
  6. From: lobo@konishiki.Stanford.EDU (Donald Lobo)
  7. Newsgroups: comp.protocols.kermit.misc,comp.os.linux.networking
  8. Subject: Reading data from a serial port
  9. Followup-To: comp.protocols.kermit.misc
  10. Date: 08 Jul 1995 01:49:19 GMT
  11. Organization: Stanford University
  12. Lines: 24
  13. Distribution: world
  14. Message-Id: <LOBO.95Jul7184920@konishiki.Stanford.EDU>
  15. Reply-To: lobo@yahoo.com
  16. Nntp-Posting-Host: konishiki.stanford.edu
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:3122 comp.os.linux.networking:12882
  18. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  19.  
  20.  
  21. Hi!!
  22.  
  23. I'm getting data fed into a serial port (com2, cua1) from a satellite news
  24. feed receiver. The data is pretty much ascii text with a few control
  25. character to indicate various newsfeed specific features (urgency,
  26. distribution, etc), and also start and stop control characters etc.
  27.  
  28. Rather than sit and write a program to do this, I was wondering
  29. whether I could use a communications program avalaible in the public
  30. domain. 
  31.  
  32. 1. Could I use kermit in receive mode to read the data from the serial
  33. port using the receive command, though the protocol is not kermit? Is
  34. there any way I could get kermit to take care of the data receiving
  35. part.
  36.  
  37. 2. If not, are there any programs out there that I could use??
  38.  
  39. A quick reply is appreciated
  40.  
  41. Thanx
  42.  
  43. Lobo